google.golang.org/grpc/internal/transport.Stream.method (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		handler_server.go#L419: 			method:         req.URL.Path,
		http2_client.go#L494: 			method:         callHdr.Method,
		http2_server.go#L452: 			s.method = hf.Value
		http2_server.go#L568: 		if s.ctx, err = t.inTapHandle(s.ctx, &tap.Info{FullMethodName: s.method, Header: mdata}); err != nil {
		transport.go#L296: 	method       string          // the associated RPC method of the stream
		transport.go#L350: 	return s.method
		transport.go#L485: 	return fmt.Sprintf("<stream: %p, %v>", s, s.method)